html{
	scroll-behavior: smooth;
}
header {
	position:absolute;
    top: 0;
    width: 100%;
}
body{
	background-color: white;
	padding-top:8%;
	display:block;
	margin: 0;
	background :url("../images/AdobeStock_435557474.mp4");
	font-family: "Lato", sans-serif;
}

video{
	width:100%;
	align-content: center;
	background-size:cover;
}
h1{
	font-family: 'Roboto Mono', monospace;
	font-weight: 30%;
}
h2{
	font-family: 'Roboto Mono', monospace;
	font-weight: 15%;
	margin-left: 9%;
}
a{
	text-decoration: none;
	color: black;
}
table{
	float:right;
	padding-bottom: 3%;
}
.produkt-text{
	line-height: 170%;
	font-weight: 200px;
	font-size: 1.3em;
}
.header-impressum{
	padding-left:10%;
}
.impressum{
	line-height: 150%
}
.logo_footer{
 float:left;
 margin:3%;
	padding-left:2%;
 width:10%;
}
.text_footer{
	margin-left:3%;
}
.menu {
	bottom: 3%;
	right:3%;
	position: fixed;
	font-size:2.5em;
	color:black;
	z-index:99;
	height:auto;
	width:auto;
}
.pic1{
	width:100%;
	align-content: center;
	background-size:cover;
	position: relative;
	padding-bottom:5%;
}
.pic2{
	width:60%;
	align-content: center;
	background-size:cover;
	padding-bottom:4% ;
}
.pic3{
	width:60%;
	align-content: center;
	background-size:cover;
	float:right;
}
 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
 .container2 {
  align-items: center;
  justify-content: center;
  float:right;
  padding-bottom: 10%;
}
.logo {
  margin-left: 45%;
  margin-right: auto;
  width: 8%;
}
.head {
  padding: 1%;
}

.text{
	margin-top: 4%;
	margin-bottom: 4%;
}
.text2{
	padding-left:4%;
	padding-right:4%;
}
.text3{
	padding:20% 4% 0%;
	
	float:left;
	align-conter: center;
}
.text4{
	padding-top:20%;
	padding-right:17%;
	float:right;
	align-conter: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5%;
}
.sidenav a {
  positon:fixed;
  padding: 1% 1% 1% 3%;
  text-decoration: none;
  font-size: 160%;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}